Skip to main content

revXMLRPC_Execute

Type

function

Summary

Executes an XML-RPC request and returns the result as an XML-RPC document structure.

Syntax

revXMLRPC_Execute(<XMLRPCdocumentID>)

Description

Use revXMLRPC_Execute to execute an XML-RPC request.

Parameters

NameTypeDescription

XMLRPCdocumentID

integer

The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request, or the successful revXMLRPC_Execute function when you executed an XML-RPC request.

Examples

local tResponse
put revXMLRPC_Execute(tRequest) into tResponse

function: revXMLRPC_CreateRequest, revXMLRPC_Execute, revXMLRPC_GetResponse

glossary: XML-RPC

library: XML-RPC library

command: revXMLRPC_DeleteAllDocuments

Compatibility and Support

Introduced

LiveCode 2.5

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?